projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c9da9
)
(copyright-query): Use `other' widget
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:06:56 +0000
(09:06 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:06:56 +0000
(09:06 +0000)
type.
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index 01dedb7237e987ce92440ba636d1f52f6b89b1fe..54a8b86f0fa93ecf1e78e046f91016130bd4b06e 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-57,8
+57,8
@@
The second \\( \\) construct must match the years."
When this is `function', only ask when called non-interactively."
:group 'copyright
:type '(choice (const :tag "Do not ask")
- (const :tag "Ask
" t
)
- (
const :tag "Ask unless interactive" function
)))
+ (const :tag "Ask
unless interactive" function
)
+ (
other :tag "Ask" t
)))
(defconst copyright-current-year (substring (current-time-string) -4)